home *** CD-ROM | disk | FTP | other *** search
- /*
- * scsiHBADevice.h --
- *
- * External definitions for the SCSI HBA device.
- *
- * Copyright 1986 Regents of the University of California
- * All rights reserved.
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * $Header: /cdrom/src/kernel/Cvsroot/kernel/dev/scsiHBADevice.h,v 9.1 90/09/11 12:13:41 rab Exp $ SPRITE (Berkeley)
- */
-
- #ifndef _SCSI_HBA_DEVICE
- #define _SCSI_HBA_DEVICE
-
- extern ReturnStatus DevSCSIDeviceOpen _ARGS_((Fs_Device *devicePtr,
- int useFlags, Fs_NotifyToken token, int *flagsPtr));
- extern ReturnStatus DevSCSIDeviceIOControl _ARGS_((Fs_Device *devicePtr,
- Fs_IOCParam *ioctlPtr, Fs_IOReply *replyPtr));
- extern ReturnStatus DevSCSIDeviceClose _ARGS_((Fs_Device *devicePtr,
- int useFlags, int openCount, int writerCount));
-
- #endif /* _SCSIHBADEVICE */
-